Name | Description | |
---|---|---|
OwnedCollectionBase<TItem> Constructor |
The following tables list the members exposed by OwnedCollectionBase<TItem>.
Name | Description | |
---|---|---|
OwnedCollectionBase<TItem> Constructor |
Name | Description | |
---|---|---|
Changed | Gets a value indicating whether the collection was changed. | |
Count | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
Item | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
Owner | Gets a collection owner. |
Name | Description | |
---|---|---|
Add | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
AddRange | Overloaded. Adds all items from items to this collection. | |
Clear | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
Contains | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
CopyTo | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
IndexOf | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
Insert | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
Remove | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
Sort | Overloaded. Sorts the elements in the entire collection using the specified System.Comparison`1. |